home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CDV Software Presents (USA)
/
CDV Software Presents (USA).bin
/
data
/
psycho.dxr
/
00022_globalScript.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-04-02
|
251 b
|
14 lines
on startMovie
set the exitLock to 1
set the keyDownScript to "keyCheck"
member("soundLoop").loop = 1
puppetSound(2, member("soundLoop"))
end
on keyCheck
if the keyCode = 53 then
go(9, "data/menu.dir")
puppetSound(2, 0)
end if
end